Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo: pglite & electric-sql #7

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

palkan
Copy link
Owner

@palkan palkan commented Nov 18, 2024

Description

This PR demonstrates how to use pglite and electric-sql with Rails on Wasm.

Implementation notes

  • We include a patch for Ruby to fix the stack size issue with asyncify. It might be required to re-build all the Ruby Wasm artifacts (rb -rf build/ rubies/) to make the patch work.

  • We also include a custom build of the pglite-sync package, because the official one doesn't allow using @electric-sql/client v0.7.x and v0.6.x just doesn't work 🤷‍♂️.

@palkan palkan added the Demo label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MatchData#end returns invalid offset when called within evalAsync
1 participant